home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- puppetSound(1, "szew")
- set the visible of sprite 21 to 0
- updateStage()
- end
-
- on mouseLeave me
- set the visible of sprite 21 to 1
- updateStage()
- end
-
- on mouseDown
- set the visible of sprite 14 to 0
- updateStage()
- end
-
- on mouseUp
- set the visible of sprite 14 to 1
- updateStage()
- go("interface")
- end
-